ci: release packages#491
Conversation
3dee09f to
cf25035
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf250355c8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { | ||
| "name": "@moonshot-ai/agent-core", | ||
| "version": "0.10.0", | ||
| "version": "0.11.0", |
There was a problem hiding this comment.
Avoid versioning private internal packages
This release bump includes @moonshot-ai/agent-core, but that package is marked private: true immediately below and the changeset policy says only @moonshot-ai/kimi-code and @moonshot-ai/kimi-code-sdk are publishable while internal packages such as agent-core should be excluded (.changeset/README.md:13-18). When this release PR is merged, the changelog/release metadata advertises a package version that npm publish will not actually publish; please remove the internal package version/changelog entries or fix the ignore config before generating the release.
Useful? React with 👍 / 👎.
| { | ||
| "name": "@moonshot-ai/kimi-code-sdk", | ||
| "version": "0.8.0", | ||
| "version": "0.9.0", |
There was a problem hiding this comment.
Publish the SDK before advertising this version
This release announces @moonshot-ai/kimi-code-sdk@0.9.0, but the package is still marked private: true on the next line even though .changeset/README.md:13-14 lists it as one of the two publishable packages. The inspected release workflow runs pnpm changeset publish after merging, so this private package will not be published to npm while the changelog and release PR claim that 0.9.0 exists; please remove the private flag or avoid bumping the SDK until it can actually be published.
Useful? React with 👍 / 👎.
6f56df0 to
39dfd79
Compare
39dfd79 to
379696e
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.12.0
Minor Changes
#569
d7407b0- Enable micro compaction by default while keeping its opt-out flag.#531
b47734c- Detect Homebrew installations and usebrew upgrade kimi-codefor updates instead of falling back to npm.#487
4d11394- Honor the standardHTTP_PROXY/HTTPS_PROXY/ALL_PROXY/NO_PROXYenvironment variables, including SOCKS proxies, for all outbound traffic.#569
d7407b0- Make goals, background questions, and sub-skill discovery available without experimental opt-ins.#424
72c4b0a- Add the/swarmcommand for running agent swarms with live progress and rate-limit-aware retries.Patch Changes
#395
879a7ee- Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.#529
3b62b12- Detect Git Bash installed through Scoop and other Git shims on Windows.#547
3765a49- Rework file reference completion in the TUI.#537
8d0c91f- Wrap long single-line shell commands in approval prompts so the full command remains visible.#552
db82e33- Fix goal resume behavior by restoring goal state from agent records.#521
9aba465- Fix the/mcpstatus panel border being broken by multi-line MCP server errors, which are now folded onto a single row.#543
0c3d556- Fix session workdir mismatch on Windows caused by inconsistent path separators.#544
5cff6d6- Load Kimi-specific user Skills and global agent instructions fromKIMI_CODE_HOMEwhen it is set.#536
b785e26- Show full plan cards directly and remove the Plan card keyboard shortcut.#555
41ebe9f- Improve goal mode outcome handling with follow-up messages, safer error pauses, and clearer TUI transcript display.#506
f09ec7b- Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early.#473
3787c30- Allow the startup session picker to exit with repeated Ctrl-C or Ctrl-D.#210
d995928- Show the underlying error when migration fails.#541
2db1bd9- Fix thinking text and tool output display for subagents.@moonshot-ai/agent-core@0.11.0
Minor Changes
#569
d7407b0- Enable micro compaction by default while keeping its opt-out flag.#487
4d11394- Honor the standardHTTP_PROXY/HTTPS_PROXY/ALL_PROXY/NO_PROXYenvironment variables, including SOCKS proxies, for all outbound traffic.#569
d7407b0- Make goals, background questions, and sub-skill discovery available without experimental opt-ins.#424
72c4b0a- Add the/swarmcommand for running agent swarms with live progress and rate-limit-aware retries.Patch Changes
#395
879a7ee- Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.#552
db82e33- Fix goal resume behavior by restoring goal state from agent records.#544
5cff6d6- Load Kimi-specific user Skills and global agent instructions fromKIMI_CODE_HOMEwhen it is set.#555
41ebe9f- Improve goal mode outcome handling with follow-up messages, safer error pauses, and clearer TUI transcript display.#506
f09ec7b- Remove the per-turn auto-compaction limit so long conversations can keep compacting instead of failing early.Updated dependencies [
3b62b12,72c4b0a]:@moonshot-ai/kosong@0.4.0
Minor Changes
72c4b0a- Add the/swarmcommand for running agent swarms with live progress and rate-limit-aware retries.@moonshot-ai/kimi-code-sdk@0.9.0
Minor Changes
#487
4d11394- Honor the standardHTTP_PROXY/HTTPS_PROXY/ALL_PROXY/NO_PROXYenvironment variables, including SOCKS proxies, for all outbound traffic.#424
72c4b0a- Add the/swarmcommand for running agent swarms with live progress and rate-limit-aware retries.Patch Changes
#395
879a7ee- Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.#552
db82e33- Fix goal resume behavior by restoring goal state from agent records.@moonshot-ai/acp-adapter@0.2.3
Patch Changes
#395
879a7ee- Fix ACP slash skill routing, bootstrap context reads, file and permission edge cases, subagent event handling, and stale-file edit messaging.Updated dependencies [
879a7ee,3b62b12,d7407b0,db82e33,5cff6d6,41ebe9f,4d11394,d7407b0,f09ec7b,72c4b0a]:@moonshot-ai/kaos@0.1.4
Patch Changes
3b62b12- Detect Git Bash installed through Scoop and other Git shims on Windows.@moonshot-ai/migration-legacy@0.1.11
Patch Changes
879a7ee,d7407b0,db82e33,5cff6d6,41ebe9f,4d11394,d7407b0,f09ec7b,72c4b0a]: